html {
  height: 80%;
}

#content {
  /* min-height: 80%; */
}

body {
  min-height: 80%;
  font-family: 'Nunito', sans-serif;
  height: 100%;
  margin: 0;
}

button {
  background-color: #C11622;
  color: #fff;
  padding: 3px 5px 3px 5px;
  transition-duration: 0.2s;
  cursor: pointer;
  box-shadow: 0 5px #999;
  border: 2px solid #C11622;
  font-family: 'Nunito', sans-serif;
}

button:hover {
  background-color: #C12230;
  border: 2px solid #C12230;
}

button:focus {
  border: 2px solid Black;
}

button:active {
  background-color: #BE0A17;
  box-shadow: 0 3px #666;
  transform: translateY(2px);
}

h1 {
  font-family: 'Roboto Bold', sans-serif;
        color: #04345D;
        margin: 0;
        font-size: xxx-large;
}

h2 {
  font-family: 'Roboto', sans-serif;
        color: #04345D;
        margin: 0;
}
h3 {
  font-family: 'Roboto', sans-serif;
}

.content {
  margin-left: 8%;
  margin-right: 11%;
  min-height: 100%;
  /* bottom: 10;
  position: fixed;
  background-color: Gainsboro;
  box-shadow: 5px 5px 4px #999; */
  min-height: calc(100vh - 131px);
  min-width: fit-content;
  top:0;
  position: absolute;
}
.nos {
  height: auto;
  box-shadow: none;
}
.inner {
  padding: 30px;
}

#footer {

  height: 500px;

  width: 100%;

}


.btImg{
  background-color: #C11622;
  color: #fff;
  padding: 3px 5px 3px 5px;
  transition-duration: 0.2s;
  cursor: pointer;
  box-shadow: 0 5px #999;
  border: 2px solid #C11622;
  border-radius: 3px;
  margin : 15px;
}
.btImg:hover{
  background-color: #C12230;
  border: 2px solid #C12230;
}
.btImg:focus{
  border: 2px solid Black;
}
.btImg:active {
  background-color: #BE0A17;
  border: 2px solid #BE0A17;
  box-shadow: 0 3px #666;
  transform: translateY(2px);
}
#tooltiptext {
  visibility: hidden;
  /* background-color: #fff;
  text-align: center;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: Gray;
  padding: 5px 10px; */
  position: absolute;
  top: 35%;
  margin-left: -2%;
  overflow: auto;
  overflow-y: clip;
  width: 420px;
  max-width: 70%;
  height: 343px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;

  transition-duration: .3s;
  transition-property: opacity;
  opacity: 0;
  box-shadow: 5px 5px 4px #999;
}

input {
  border-style: solid;
  border-width: 1px;
  padding: 2px 3px;
  font-family: 'Nunito', sans-serif;
}

img{
  image-rendering: -moz-crisp-edges;         /* Firefox */
   image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

html, body {
  height: 90%;
}
.header {
  height: 26vw;
  min-height: 215px;
}
/* For smaller screens */
@media only screen and (max-width: 500px) {
.header {
  height: 70px;
}
    .imgH {
      display: block;
      max-width:73px;
      max-height:43px;
      width: auto;
      height: auto;
   }
   .content {
     min-height: calc(100vh - 76px);
   }
}
